home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11431 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: crl.crl.com!not-for-mail
  2. From: bobfry@crl.com (Robert Fry)
  3. Newsgroups: comp.lang.asm.x86,comp.lang.c,comp.lang.c++,comp.programming
  4. Subject: Re: Tough Question: Get a Hard-disk's Brand/Model No....
  5. Date: 14 Mar 1996 08:27:52 -0800
  6. Organization: CRL Dialup Internet Access
  7. Message-ID: <4i9he8$cte@crl.crl.com>
  8. References: <3144773A.256A@pacific.net.sg>
  9. NNTP-Posting-Host: crl.com
  10.  
  11. Allen Te <pcdirect@pacific.net.sg> writes:
  12.  
  13. >I've seen a few programs that are actually able to detect
  14. >a hard-disk's brand/model.
  15. >Eg,  Conners AP540, Maxtor MT1200 etc....  
  16.  
  17. >Is that possible using some interrupts? Can someone give
  18. >me some source for doing that?
  19.  
  20. First off, this is a DOS-specific question. I see you posted to several 
  21. groups -- I believe comp.os.msdos.programmer might be a good one to add 
  22. your question to.
  23.  
  24. However, I believe your answer is specific to the type of bus you're 
  25. using. (Probably IDE or SCSI). I know that SCSI has a command to fetch 
  26. device information, and you can find what you need from any decent SCSI 
  27. protocol manual.
  28.  
  29.